-
Notifications
You must be signed in to change notification settings - Fork 838
Fix Linting #4123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix Linting #4123
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Ugh. Impressively enough I am not getting the So For me this issue is important though - I feel direct linting is such a relief! - so I will keep on it. Happy for some insights though on this as well! |
|
For the CI, could it be that the issue comes from the formatting (i.e. Biome) rather than the actual linting from eslint? I'm getting eslint to work locally, but biome throws some formatting error related to these files. |
Linting is locally broken if e.g. used in the context of the ESLint extension in VSC due to the around-the-corner config inclusion in the root folder
eslint.config.mjsfile, this is the output from the linting console log in VSC:This prevents e.g. auto-linting on save. Removing this config "forwarding" from the root
eslint.config.mts. fixes this:First PR run is to test if this change has side effects on CI. Otherwise I would merge.